@charset "UTF-8";
/* CSS Document */
.floadAd{height:330px;width:103px;position:fixed;right:30px;bottom:30px;background:#ff0000;color:#fff;z-index:200;}
.floadAd .close{text-align:right;padding-right:16px;cursor:pointer;padding-top:10px;width:100%;box-sizing:border-box;}
.floadtxt{width:20px;margin:0 auto; text-align:center; font-size:18px;line-height:18px;}

.section{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    min-width: 1260px;
}
.section .tableCell{
    padding: 100px 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 1366px) {
    .section .tableCell{
        padding: 100px 30px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
/*header*/
.header {
    height: 100px;
    background: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
/*logo*/
.header .logo {
    float: left;
    height: 100px;
}

.header .logo a {
    float: left;
    display: list-item;
    line-height: 100px;
    text-align: center;
    height: 100px;
    list-style: none;
}

.header .logo a img {
    vertical-align: middle;
}

/*navigation*/
.nav{}
.nav ul li {
    float: left;
    width: 122px;
    height: 70px;
    transition: none;
    position: relative;
    border-left: 1px #e1e1e1 dashed;

}
.nav ul li:first-child {
    background: none;
}
.nav ul li > a {
    display: inline-block;
    min-width: 90px;
    font-size: 14px;
    color: #333333;
    transition: none;
    height: 100px;
    padding-left: 12px;
    padding-top: 38px;
    padding-right: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav ul li > a p{
    color: rgba(0,0,0,0.6);
    font-size: 12px;
}
.nav ul li:hover > a ,.nav ul li.active > a {
    background: url("../images/nav-bg.png") left top no-repeat;
    background-size: cover;
    color: #ffffff;
}
.nav ul li:hover > a p,.nav ul li.active > a p{
    color: #ffffff;
}
.nav-menu{
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 99;
    width: 100%;
    transition: none;
    background: rgba(255,255,255,0.8);
    padding: 10px 0;
}
.nav-menu dl{
    transition: none;
}
.nav-menu dl dt{
    width: 100%;
    padding: 5px 0;
}
.nav-menu dl dt a{
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #454545;
    padding-left: 12px;
}
.nav-menu dl dt:hover a{
    color: #e60013;
}

.header .right-header {
    float: right;
}

@font-face {
    font-family: dincond-medium-webfont;
    src: url('../fonts/dincond-medium-webfont.eot');
    src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dincond-medium-webfont.woff2') format('woff2'), url('../fonts/dincond-medium-webfont.woff') format('woff'), url('../fonts/dincond-medium-webfont.ttf') format('truetype'), url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg')
}



/*banner*/
.banner,.banner .flexslider,.banner .slides,.banner .slides li  {
    height: 100%;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.banner .flexslider {
    overflow: hidden;
    z-index: 0;
    display: block;
}
.banner .slides li {
    z-index: 0;
    display: block;
}
.banner .slides li a {
    display: block;
    height: 100%;
}


.sub-banner {
    height: 380px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.sub-banner .warpper{
    position: relative;
    height: 380px;
}
.sub-banner .txt{
    display: inline-block;
    position: absolute;
    top: 185px;
    left: 0;
    padding: 0 30px;
    background: #ed2235;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #FFFFFF;
/*    animation: animateMove 5s;
    animation-iteration-count: infinite;*/
}
.sub-banner .txt span{
    position: relative;
    top: -50px;
    opacity: 0;
}
.animateMove{
    animation: animateMove 5s;
    /*animation-iteration-count: infinite;*/
}
@keyframes animateMove {
    0%{
        top: -50px;
        opacity: 0;
    }
    100%{
        top: 0;
        opacity: 1;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}


/*图片指示*/
.banner .flex-control-nav{
    display: block;
}
.banner .flex-control-nav{
    position:absolute; bottom:30px; z-index:2; padding-left:0; width:1100px; left:0;
    right:0; margin:0 auto; text-align:center;
}
.banner .flex-control-nav li{
    display:inline-block; margin: 0 5px; zoom:1; text-align:center;
}
.banner .flex-control-nav a{
    display:inline-block; width:10px; height:10px; border-radius: 50%; cursor:pointer;
    background: transparent;  border: 1px #ffffff solid; font-size: 0;
}
.banner .flex-control-nav .flex-active{ background: #e60013; border: 1px #e60013 solid;}
/*左右方向按钮*/
.flex-direction-nav a{
    width:62px; height: 110px; line-height:99em; overflow:hidden;margin:-45px 0 0;display:block;
    background: #cccccc; border: 1px #ffffff solid; position:absolute;top:50%;z-index:10;
    cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;
}
.flex-direction-nav .flex-next{
    right:40px; background: url("../images/bright01.png") center no-repeat;
}
.flex-direction-nav .flex-prev{
    left:40px; background: url("../images/bleft01.png") center no-repeat;
}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=80);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=80);}
.flexslider:hover .flex-next, .flexslider:hover .flex-prev{opacity:1;filter:alpha(opacity=100); }
.flex-direction-nav .flex-next:hover{
    background: #e60013 url("../images/bright01.png") center no-repeat; border: 1px #e60013 solid;
}
.flex-direction-nav .flex-prev:hover{
    background: #e60013 url("../images/bleft01.png") center no-repeat; border: 1px #e60013 solid;
}
/*index-section*/

.index-product{
    height: 100%;
    background: url("../images/pd-bg.jpg") center top no-repeat;
}
.product-title{
    text-align: center;
    padding-top: 100px;
    color: #e60013;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 50px;
}
@media screen and (max-width: 1660px) {
    .product-title{
        padding-top: 60px;
    }
}
@media screen and (max-width: 1366px) {
    .product-title{
        padding-top: 30px;
    }
}
.product-title h6{
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
}
.index-product .swiper-container{
    width: 1200px;
    height: 460px;
}
@media screen and (max-width: 1660px) {
    .index-product .swiper-container{
        height: 400px;
    }
}
.index-product .swiper-container ul li{
    width: 300px;
    height: 370px;
    border: 1px transparent solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-product .swiper-container ul li .p-img{
    width: 100%;
    height: 248px;
    line-height: 245px;
    text-align: center;
}
.index-product .swiper-container ul li .p-img:after{
    display: block;
    content: '';
    width: 28px;
    height: 4px;
    background: #727272;
    margin: 0 auto 20px;
}
.index-product .swiper-container ul li .p-img img{
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    /*filter: gray;*/
}
.index-product .swiper-container ul li p{
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}
.swiper-scrollbar .swiper-scrollbar-drag{
    background: #e60013;

}
.index-product .swiper-container ul li:hover{
    border: 1px #e60013 solid;
    background: #ffffff;
}
.index-product .swiper-container ul li:hover .p-img:after{
    background: #e60013;
}
.index-product .swiper-container ul li:hover .p-img img{
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.index-profile{
    height: 100%;
    background: url("../images/profile-bg.jpg") center top no-repeat;
    position: relative;
    /*padding-top: 60px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-profile>.warpper{
    padding-top: 100px;
}
@media screen and (max-width: 1600px) {
    .index-profile>.warpper{
        padding-top: 60px;
    }
}
@media screen and (max-width: 1366px) {
    .index-profile>.warpper{
        padding-top: 45px;
    }
}

.iprofile{
    float: left;
    width: 404px;
    height: 500px;
    background: #ffffff;
    padding: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.iprofile h5{
    line-height: 34px;
    text-transform: uppercase;
    font-size: 30px;
    color: #e60013;
    padding-top: 80px;
    background: url("../images/douhao.png") left top no-repeat;
    margin-top: -75px;
    margin-bottom: 20px;
}
.iprofile p{
    font-size: 16px;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
}
.iprofile .pvideo{
    width: 100%;
    height: 168px;
    overflow: hidden;
    margin-top: 20px;
}
.iprofile .more{
    margin-top: 25px;
    display: inline-block;
    float: right;
}

.index-news{
    float: right;
    width: 750px;
}
.index-news .inews-title{
    height: 40px;
}
.index-news .inews-title h6{
    float: left;
    color: #ffffff;
    font-size: 26px;
    line-height: 40px;
}
.index-news .inews-title h6 span{
    font-size: 14px;
}
.index-news .inews-title .more{
    float: right;
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #cdcdcd;
}
.index-news .inews-title .more:hover{
    color: #e60013;
}
.index-news .news-kinds{
    float: left;
    margin-left: 30px;
}
.news-kinds ul li{
    float: left;
    width: 70px;
    margin-right: 10px;
    text-align: center;
}
.news-kinds ul li a{
    display: block;
    width: 70px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    border-bottom: 1px transparent solid;
}
.news-kinds ul li.active a{
    color: #e60013;
    border-bottom: 1px #e60013 solid;
}

.news-box{
    margin-top: 20px;
}
.news-list{
    height: 389px;
    overflow: hidden;
    position: relative;
}
.news-list ul{
    position: absolute;
    left: 0;
    width: 100%;
}
.news-list ul li{
    height: 123px!important;
}
.news-list ul li img{
    display: block;
    float: left;
    width: 228px;
    height: 123px;
}
.news-list .news-info{
    float: right;
    width: 505px;
}
.news-list .news-info h6{
    line-height: 24px;
    color: #ffffff;
    padding: 5px 0;
}
.news-list .news-info h6 em{
    display: inline-block;
    font-weight: bold;
    width: 400px;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-list .news-info h6 i{
    float: right;
    font-size: 12px;
}
.news-list .news-info p{
    line-height: 20px;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;
}
.news-list .news-info span{
    display: inline-block;
    width: 70px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px #ffffff solid;
    margin-top: 10px;
}
.news-list ul li:hover .news-info h6{
    color: #e60013;
}
.news-list ul li:hover .news-info span{
    background: #e60013;
    border: 1px #e60013 solid;
}

.page{
    text-align: left;
    margin-top: 20px;
    height: 30px;
    position: relative;
}
.page ul{
    display: inline-block;
}
.page ul li{
    float: left;
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #ffffff;
    bottom: 0;
}
.page ul li.pprev{
    right: 40px!important;
    left: auto;
    background: #ffffff url("../images/nleft02.png") center no-repeat;
}
.page ul li.pprev:hover{
    background: #e60013 url("../images/nleft01.png") center no-repeat;
}
.page ul li.pnext{
    background: #ffffff url("../images/nright02.png") center no-repeat;
}
.page ul li.pnext:hover{
    background: #e60013 url("../images/nright01.png") center no-repeat;
}
/*index-section end*/

/*footer*/
.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #1e1e1e;
    height: 77px;
}
.footer .warpper{
    height: 77px;
    padding-left: 62px;
    background: url("../images/f-logo.png") left center no-repeat;
}
.footer ul{
    padding-top: 30px;
}
.footer ul li{
    float: left;
    text-align: center;
    height: 18px;
    line-height: 18px;
   /** border-left: 1px #717171 solid;**/
    color: #717171;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer ul li:nth-child(1){ width: 28%; }
.footer ul li:nth-child(2){ width: 28%; }
.footer ul li:nth-child(3){ width: 44%; }
.footer ul li p{
    margin-top: -4px;
}
.footer ul li p.icon01{
    display: inline-block;
    line-height: 24px;
    background: url("../images/ficon01.png") left center no-repeat;
    padding-left: 23px;
}
.footer ul li p.icon02{
    display: inline-block;
    line-height: 24px;
    background: url("../images/ficon02.png") left center no-repeat;
    padding-left: 23px;
}

/*.float-box{
    position: fixed;
    right: 0;
    top: 40%;
}
.float-box .online{
    width: 86px;
    background: #2a702b;
    padding-top: 1px;
}
.float-box .online ul li{
}
.float-box .online ul li.img{
    width: 84px;
    height: 84px;
    background: #ffffff;
    text-align: center;
    margin: 2px auto;
    padding-top: 2px;
}
.float-box .online ul li.img img{
    width: 80px;
    height: 80px;
}
.float-box .online ul li p{
    display: block;
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
}

.backTop{
    position: fixed;
    right: 10px;
    top: 80%;
}
.backTop a{
    display: block;
    width: 60px;
    height: 60px;
    background: url("../images/backTop.png") left top no-repeat;
}*/
/*footer end*/

/* sub-section */

/*------- page -------*/
.m-page{
    text-align: center;
    margin-top: 40px;
}
.m-page a{
    display: inline-block;
    margin: 0 4px;
    line-height: 35px;
    color: #999999;
    font-size: 14px;
}
.m-page a.z-crt{
    color: #e60013;
    font-weight: bold;
    font-size: 16px;
}
.m-page a.pageprv,.m-page a.pagenxt{
    padding: 0 12px;
    color: #555;
    line-height: 35px;
    background: #d3d3d3;
    font-size: 16px;
    border: 1px #cccccc solid;
}
.m-page a.pageprv:hover,.m-page a.pagenxt:hover{
    background: #e60013 ;
    color: #ffffff;
    border: 1px #e60013 solid;
}
/*------- page end -------*/

.sub-section{}
.now-site{
    height: 70px;
    background: #ffffff;
    position: relative;
    z-index: 9;
    top: -35px;
}
.now-site .now-title{
    float: left;
    width: 282px;
    height: 70px;
    background: url("../images/title-bg.jpg") center top no-repeat;
    position: relative;
    overflow: hidden;
}
.now-title h6{
    position: absolute;
    left: 0;
    top: 0;
    line-height: 70px;
    padding-left: 30px;
    font-size: 24px;
    color: #ffffff;
}
.now-title h6 span{
    font-size: 14px;
    text-transform: capitalize;
}
.now-title p{
    position: absolute;
    left: -20px;
    font-size: 80px;
    color: rgba(0,0,0,0.13);
    text-transform: uppercase;
}
.now-site .nav-list{
    float: left;
}
.nav-list ul li{
    float: left;
    margin-left: 40px;
}
.nav-list ul li a{
    display: block;
    line-height: 69px;
    padding: 0 5px;
    font-size: 14px;
    border-bottom: 1px transparent solid;
}
.nav-list ul li.active a{
    color: #e60013;
    border-bottom: 1px #e60013 solid;
}

.now-site .home{
    float: right;
    display: block;
    width: 50px;
    height: 50px;
    background: url("../images/home-icon.jpg") center top no-repeat;
}

.content{
    padding: 30px 0 120px;
    font-size: 14px;
    color: #555555;
    line-height: 24px;
}
.sub-title{
    text-align: center;
    font-size: 40px;
    color: #e60013;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.sub-title h6{
    font-size: 30px;
    font-weight: bold;
}

/* 公司简介 */
.profile{}
.profile .profile-title{
    padding-left: 85px;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 30px;
    color: #e60013;
    background: url("../images/douhao.png") left center no-repeat;
    margin-bottom: 40px;
}

.profile-detail{
    float: left;
    width: 640px;
}
.profile-img{
    float: right;
    width: 484px;
}
.profile-img .pro-img{
    float: right;
    width: 484px;
    height: 505px;
    overflow: hidden;
    position: relative;
}
.profile-img .pro-img:before{
    display: block;
    content: '';
    width: 19px;
    height: 5px;
    background: #e60013;
    margin-bottom: 30px;
    margin-top: 60px;
}
.profile-img .pro-img ul li{
    width: 484px;
    height: 372px;
}
.profile-img .pro-img ul li img{
    display: block;
    width: 484px;
    height: 372px;
}
.profile-img .swiper-pagination{
    bottom: 0;
    width: 100%;
    text-align: right;
}
.profile-img .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #b5b5b5;
    border-radius: 0;
    margin-left: 5px;
    opacity: 1;
}
.profile-img .swiper-pagination-bullet-active{
    height: 14px;
    background: #e60013;
}
/* 公司简介 end */

/* 公司文化 */
.culture{
    font-size: 16px;
}
.culture .cu{
    width: 130px;
    display: inline-block;
    color: #e60013;
    font-size: 18px;
}
/* 公司文化 end */

/* 公司资质 */
.aptitude{}
.aptitude ul li{
    float: left;
    width: 268px;
    height: 408px;
    margin-right: 41px;
    margin-bottom: 30px;
}
.aptitude ul li .img{
    width: 268px;
    height: 384px;
    line-height: 380px;
    text-align: center;
    background: #f6f6f6;
    border: 1px #ddd solid;
}
.aptitude ul li .img img{
    max-width: 268px;
    max-height: 384px;
    vertical-align: middle;
}
.aptitude ul li:nth-child(4n){
    margin-right: 0;
}
.aptitude ul li p{
    margin-top: 10px;
    line-height: 24px;
    text-align: center;
    color: #333333;
}
/* 公司资质 end*/

/* 公司荣誉 */
.honor{}
.honor ul li{
    float: left;
    width: 268px;
    height: 204px;
    margin-right: 41px;
    margin-bottom: 40px;
}
.honor ul li .img{
    width: 268px;
    height: 180px;
    text-align: center;
    background: #f6f6f6;
    position: relative;
}
.honor ul li .img .shade{
    display: block;
    width: 268px;
    height: 180px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5) url("../images/shade.png") center no-repeat;
    z-index: 99;
}
.honor ul li .img img{
    display: block;
    width: 268px;
    height: 180px;
}
.honor ul li:nth-child(4n){
    margin-right: 0;
}
.honor ul li p{
    margin-top: 10px;
    line-height: 24px;
    text-align: center;
    color: #333333;
}
.honor ul li:hover .img .shade{
    display: none;
}
/* 公司荣誉 end */

/* 产品展示 */
.product{}
.product ul li{
    float: left;
    width: 300px;
    height: 370px;
    border: 2px transparent solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 148px;
    margin-bottom: 30px;
}
.product ul li:nth-child(3n){
    margin-right: 0;
}
.product ul li .p-img{
    width: 100%;
    height: 248px;
    line-height: 245px;
    text-align: center;
}
.product ul li .p-img:after{
    display: block;
    content: '';
    width: 28px;
    height: 4px;
    background: #727272;
    margin: 0 auto 20px;
}
.product ul li .p-img img{
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    /*filter: gray;*/
}
.product ul li p{
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}
.swiper-scrollbar .swiper-scrollbar-drag{
    background: #e60013;

}
.product ul li:hover{
    border: 2px #e60013 solid;
    background: #ffffff;
}
.product ul li:hover .p-img:after{
    background: #e60013;
}
.product ul li:hover .p-img img{
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
/* 产品展示 end */

/* 新闻动态 */
.news{}
.news ul li{
    padding: 20px 0;
    border-bottom: 1px #dddddd dashed;
}
.news ul li p a{
    display: block;
    line-height: 16px;
    color: #323232;
    font-size: 16px;
    padding-left: 15px;
    border-left: 2px #666666 solid;
}
.news ul li p{
    display: inline-block;
    width: 1000px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news ul li span{
    float: right;
}
.news ul li .download{
    float: right;
    margin-left: 30px;
}
.news ul li:hover p a{
    color: #e60013;
    border-left: 2px #e60013 solid;
}
/* 新闻动态 end */
/* 联系方式 */
.map{
    float: left;
    width: 824px;
    height: 467px;
}
.contact{
    float: right;
    width: 376px;
    height: 467px;
    background: #ededed;
}
.contact h5{
    height: 72px;
    line-height: 72px;
    background: url("../images/line01.png") center no-repeat;
    font-size: 16px;
    color: #e60013;
    text-align: center;
    font-weight: bold;
}
.contact h2{
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #e60013;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.contact h6{
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
}
.contact ul{
	position: relative;
	z-index: 1;
    margin-top: 20px;
    margin-left: 45px;
}
.contact ul li.ewm{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
	width: 120px;
	height: 120px;
	overflow: hidden;
}
.contact ul li.ewm img{ width: 100%;}
.contact ul li{
    padding-left: 40px;
    line-height: 24px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #333333;
}
.contact ul li.icon01{ background: url("../images/ct01.png") left 3px no-repeat;}
.contact ul li.icon02{ background: url("../images/ct02.png") left 3px no-repeat;}
.contact ul li.icon03{ background: url("../images/ct03.png") left 5px no-repeat;}
.contact ul li.icon04{ background: url("../images/ct04.png") left 2px no-repeat;}
/* 联系方式 end*/

/* 网络服务 */
.network{
    width: 615px;
    margin: 0 auto;
}
.indexmap{ position: relative;}
.indexmap .imapos:hover .mapfix{ display: block;}
.indexmap .s1{ position: absolute; top: 150px; left: 100px; z-index: 10;}
.indexmap .s2{ position: absolute; top: 322px; left: 340px; z-index: 10;}
.indexmap .s2 p{ float: left;}
.indexmap .s3{ position: absolute; top: 377px; left: 350px; z-index: 10;}
.indexmap .s4{ position: absolute; top: 320px; left: 508px; z-index: 10;}
.indexmap .s4 .mapzb{ text-align: right;}
.indexmap .s5{ position: absolute; top: 411px; left: 440px; z-index: 10;}
.indexmap .s5 p{ float: right; margin-left: 5px;}
.indexmap .s6{ position: absolute; top: 430px; left: 440px; z-index: 10;}
.indexmap .s6 p{ float: right; margin-left: 5px;}
.indexmap .mapzb{ color: #C41515; font-size: 14px; text-align: center;}
.indexmap .mapfix{ display: none; position: absolute; bottom: 40px; right: -130px; z-index: 11; background: url(../images/bgxx.png) no-repeat 88% bottom; padding-bottom: 10px;}
.indexmap .mapfix .mapfixc{ padding: 10px 15px; border: 1px solid #C41515; border-radius: 5px; min-width: 270px; background: #FFFFFF; }
.indexmap .mapfix .mapfixc dl dt i{ font-size: 16px; font-weight: bold; color: #333333; display: inline-block; margin-right: 10px;}
.indexmap .mapfix .mapfixc dl dt em{ font-size: 16px; color: #C41515;}
.indexmap .mapfix .mapfixc dl dd i{ font-weight: bold; color: #333333;}
/* 网络服务 end*/

/* sub-section  end*/



.fixtxt{ position: fixed; top: 68%; left: 98%; z-index: 9999; display: table; width: 400px; height: 200px; margin: -200px 0 0 -400px; background: rgba(230,19,0,0.9); color: #FFFFFF;}
.fixtxtm{ display: table-cell; vertical-align: middle;}
.fixtxtc{ padding: 0 50px;}
.fixtxt p{font-size: 12px;}
.fixtxtc .fixtxtbt{ padding-top: 20px; text-align: center; font-size: 18px;}
.fixtxtc .fixjs{ margin-top: 30px; font-size: 16px; margin-bottom: 30px; line-height: 30px;}
.fixtxtc .fixjs a{ color: #FFFFFF;}
.fixtxtc .fixdjs{ text-align: center; font-size: 12px; color: #FFFFFF;}
.fixtxtc .fixclose{ display: block; width: 128px; height: 38px; line-height: 38px; margin: 20px auto 0; border: 1px solid #FFFFFF; text-align: center;}


    /** {*/
    /*    margin: 0;*/
    /*    padding: 0;*/
    /*}*/

    /*div {*/
    /*    box-sizing: border-box;*/
    /*}*/

    .service {
        width: 1200px;
        margin: 0 auto;
    }

    .service_item {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;

    }

    .service_item:nth-of-type(n+2) {
        margin-top: 40px;
    }

    .service_item .lt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex-shrink: 0;
        width: 265px;
        height: 110px;
        background-color: #f1f1f1;
        border-left: 2px solid #e70014;
        padding-left: 25px;
        transition: all 0.5s;
    }

    .service_item .lt>div {
        display: flex;
        align-items: center;
    }

    .service_item .lt>div:nth-of-type(1) {
        margin-bottom: 20px;
    }

    .service_item .lt>div:nth-of-type(1) .icon {
        margin-right: 15px;
        width: 22px;
        height: 24px;
        background: url(../images/icon_person.png) no-repeat center;
    }

    .service_item .lt>div:nth-of-type(2) .icon {
        margin-right: 15px;
        width: 22px;
        height: 22px;
        background: url(../images/icon_tel.png) no-repeat center;
    }

    .service_item .lt.ac>div:nth-of-type(1) .icon {
        background: url(../images/icon_person_ac.png) no-repeat center;
    }

    .service_item .lt.ac>div:nth-of-type(2) .icon {
        background: url(../images/icon_tel_ac.png) no-repeat center;
    }

    .service_item .lt.ac>div div {
        color: #fff !important;
    }

    .service_item .lt>div:nth-of-type(1) div {
        font-size: 16.5px;
        color: #333;
        font-weight: bold;
    }

    .service_item .lt>div:nth-of-type(2) div {
        font-size: 15px;
        color: #333;
    }

    .service_item .rt {
        display: flex;
        flex-wrap: wrap;
        width: 890px;
        flex-shrink: 0;
    }

    .service_item .rt div {
        width: 135px;
        height: 48px;
        border: 1px solid #dadada;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        cursor: pointer;
    }

    .service_item .rt div:nth-of-type(6n) {
        margin-right: 0;
    }

    .service_item .rt div:nth-of-type(n+7) {
        margin-top: 10px;
    }

    .service_item .rt div:hover {
        color: #e70014;
        border: 1px solid #e70014;
    }





































